home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -readerstuff- / matt_briggs / scripts / engine9.vis < prev    next >
Text File  |  1998-12-07  |  2KB  |  74 lines

  1.  
  2.    *** Visions script file by Matt Briggs (C)ENGiNE NiNE DESiGN 1998 ***
  3.  
  4. Begin(MAIN)
  5.   SCREEN(350,512,6,$4)
  6.   TRACKLOAD(Visions:Data/Engine9/intro.mod)
  7.   TRACKPLAY
  8.   GOTO(Contents)
  9. Stop
  10.  
  11. Begin(Contents)
  12.  
  13.   AnimLoop
  14.  
  15.   GLOW(87,135,237,157,36,51,198,0)
  16.   GLOW(61,167,259,188,37,51,198,0)
  17.   GLOW(83,199,241,220,38,51,198,0)
  18.   GLOW(78,231,245,252,39,51,198,0)
  19.   GLOW(102,266,281,287,40,51,198,0)
  20.   GLOW(130,300,190,320,41,51,198,0)
  21.   GLOW(135,332,187,353,42,51,198,0)
  22.  
  23.   ADDZONE(87,135,237,157,$0,Info)
  24.   ADDZONE(61,167,259,188,$0,Soft)
  25.   ADDZONE(83,199,241,220,$0,News)
  26.   ADDZONE(78,231,245,252,$0,Cont)
  27.  ADDZONE(102,266,281,287,$0,e9On)
  28.  ADDZONE(130,300,190,320,$0,oau)
  29.  ADDZONE(135,332,187,353,$0,quit)
  30.  
  31.  Anim(Visions:Data/engine9/Main.anim,15)
  32.  
  33. Stop
  34.  
  35. Begin(Info)
  36. ILBM(Visions:Data/engine9/Info.iff)
  37.   GLOW(10,478,41,485,28,0,255,0)
  38.   ADDZONE(10,478,41,485,$0,Contents)
  39. Stop
  40.  
  41. Begin(Soft)
  42. ILBM(Visions:Data/engine9/soft.iff)
  43.   GLOW(10,478,41,485,28,0,255,0)
  44.   ADDZONE(10,478,41,485,$0,Contents)
  45. Stop
  46.  
  47. Begin(news)
  48. ILBM(Visions:Data/engine9/news.iff)
  49.   GLOW(10,478,41,485,28,0,255,0)
  50.   ADDZONE(10,478,41,485,$0,Contents)
  51. Stop
  52.  
  53. Begin(cont)
  54. ILBM(Visions:Data/engine9/cont.iff)
  55.   GLOW(10,478,41,485,28,0,255,0)
  56.   ADDZONE(10,478,41,485,$0,Contents)
  57. Stop
  58.  
  59. Begin(e9on)
  60. ILBM(Visions:Data/engine9/e9on.iff)
  61.   GLOW(10,478,41,485,28,0,255,0)
  62.   ADDZONE(10,478,41,485,$0,Contents)
  63. Stop
  64.  
  65. Begin(oau)
  66. ILBM(Visions:Data/engine9/oau.iff)
  67.   GLOW(10,478,41,485,28,0,255,0)
  68.   ADDZONE(10,478,41,485,$0,Contents)
  69. Stop
  70.  
  71. Begin(Quit)
  72. System
  73. Stop
  74.